maxSize

@get:JvmName(name = "getMaxSize")
@set:JvmName(name = "setMaxSize")
var maxSize: Int
Allocated size for 'bytes' and 'string' fields.
For string fields, this should include the space for null terminator.

optional int32 max_size = 1;